FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandCollection Class / AddRange Method / AddRange(IEnumerable<IBand>) Method
The collection whose elements should be added to the end of the IBandCollection.

In This Topic
    AddRange(IEnumerable<IBand>) Method
    In This Topic
    Adds the elements of the specified collection to the end of the IBandCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal collection As IEnumerable(Of IBand) _
    ) 
    public void AddRange( 
       IEnumerable<IBand> collection
    )

    Parameters

    collection
    The collection whose elements should be added to the end of the IBandCollection.
    See Also